JAMS Developer Guide
ConnectionString Property (SQLQueryScalar<TResult>)


MVPSI.JAMS.Activities Namespace > SQLQueryScalar<TResult> Class : ConnectionString Property
The database connection string.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.ComponentModel.DescriptionAttribute("The database connection string.")>
Public Property ConnectionString As System.Activities.InArgument(Of String)
'Usage
 
Dim instance As SQLQueryScalar(Of TResult)
Dim value As System.Activities.InArgument(Of String)
 
instance.ConnectionString = value
 
value = instance.ConnectionString
[System.ComponentModel.Category("Configuration")]
[System.ComponentModel.Description("The database connection string.")]
public System.Activities.InArgument<string> ConnectionString {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SQLQueryScalar<TResult> Class
SQLQueryScalar<TResult> Members